csr_to_dense Subroutine

public subroutine csr_to_dense(a, x, err)

Converts a CSR matrix to a dense matrix.

Arguments

Type IntentOptional Attributes Name
class(csr_matrix), intent(in) :: a

The CSR matrix to convert.

real(kind=real64), intent(out), dimension(:,:) :: x

The dense matrix.

class(errors), intent(inout), optional, target :: err

The error object to be updated.